﻿2026-07-15T13:02:54.6910872Z ##[group]Run actions/checkout@v5
2026-07-15T13:02:54.6911416Z with:
2026-07-15T13:02:54.6911752Z   fetch-depth: 0
2026-07-15T13:02:54.6912105Z   repository: BigscreenVR/spt-bs-core
2026-07-15T13:02:54.6915145Z   token: ***
2026-07-15T13:02:54.6915478Z   ssh-strict: true
2026-07-15T13:02:54.6915799Z   ssh-user: git
2026-07-15T13:02:54.6916116Z   persist-credentials: true
2026-07-15T13:02:54.6916556Z   clean: true
2026-07-15T13:02:54.6916884Z   sparse-checkout-cone-mode: true
2026-07-15T13:02:54.6917266Z   fetch-tags: false
2026-07-15T13:02:54.6917598Z   show-progress: true
2026-07-15T13:02:54.6917924Z   lfs: false
2026-07-15T13:02:54.6918235Z   submodules: false
2026-07-15T13:02:54.6918562Z   set-safe-directory: true
2026-07-15T13:02:54.6918953Z ##[endgroup]
2026-07-15T13:02:54.8692102Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-15T13:02:54.8693572Z ##[group]Getting Git version info
2026-07-15T13:02:54.8694572Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-15T13:02:54.8962887Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-15T13:02:54.9164637Z git version 2.43.0.windows.1
2026-07-15T13:02:54.9187530Z ##[endgroup]
2026-07-15T13:02:54.9197580Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\4b728c64-f4ba-45a3-a5c3-1400b8155b50\.gitconfig'
2026-07-15T13:02:54.9211587Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4b728c64-f4ba-45a3-a5c3-1400b8155b50' before making global git config changes
2026-07-15T13:02:54.9213144Z Adding repository directory to the temporary git global config as a safe directory
2026-07-15T13:02:54.9216408Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-15T13:02:54.9635922Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-15T13:02:54.9834177Z https://github.com/BigscreenVR/spt-bs-core
2026-07-15T13:02:54.9860081Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-15T13:02:54.9864806Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-15T13:02:55.0073227Z HEAD
2026-07-15T13:02:55.0315900Z ##[endgroup]
2026-07-15T13:02:55.0317845Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-15T13:02:55.4965772Z ##[group]Cleaning the repository
2026-07-15T13:02:55.4969772Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-15T13:03:01.5545156Z Removing target/
2026-07-15T13:03:01.5578476Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-15T13:03:01.6145078Z HEAD is now at eb3bc271 Merge 6f9df02d3ef85a8bb1077a74690880dacff1e404 into e0a8bb00d76315ba8a1d82ba5fb60e4515932ab3
2026-07-15T13:03:01.6167735Z ##[endgroup]
2026-07-15T13:03:01.6171921Z ##[group]Disabling automatic garbage collection
2026-07-15T13:03:01.6177052Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-15T13:03:01.6543371Z ##[endgroup]
2026-07-15T13:03:01.6543785Z ##[group]Setting up auth
2026-07-15T13:03:01.6549755Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-15T13:03:01.6762738Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-15T13:03:02.0393705Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-15T13:03:02.0620501Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-15T13:03:02.4444705Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-15T13:03:02.4656474Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-15T13:03:02.8474630Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-15T13:03:02.8769821Z ##[endgroup]
2026-07-15T13:03:02.8770225Z ##[group]Fetching the repository
2026-07-15T13:03:02.8783430Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +eb3bc271e90cbe47796f13975d6ee45789da708a:refs/remotes/pull/5/merge
2026-07-15T13:03:03.6735023Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-15T13:03:03.6735584Z  - [deleted]           (none)          -> origin/build/forkening-w4-update-ux
2026-07-15T13:03:03.7552767Z  * [new branch]        release/v0.32.0 -> origin/release/v0.32.0
2026-07-15T13:03:03.7670222Z ##[endgroup]
2026-07-15T13:03:03.7670740Z ##[group]Determining the checkout info
2026-07-15T13:03:03.7671058Z ##[endgroup]
2026-07-15T13:03:03.7675694Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-15T13:03:03.7938261Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-15T13:03:03.8158460Z ##[group]Checking out the ref
2026-07-15T13:03:03.8162611Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/5/merge
2026-07-15T13:03:03.8535333Z HEAD is now at eb3bc271 Merge 6f9df02d3ef85a8bb1077a74690880dacff1e404 into e0a8bb00d76315ba8a1d82ba5fb60e4515932ab3
2026-07-15T13:03:03.8556744Z ##[endgroup]
2026-07-15T13:03:03.8801026Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-15T13:03:03.9005389Z eb3bc271e90cbe47796f13975d6ee45789da708a
